SetDocumentContentRequest

data class SetDocumentContentRequest(frameId: FrameId, html: String)

Represents request frame that can be used with Page#setDocumentContent operation call.

Sets given markup as the document's HTML.

See also

Constructors

SetDocumentContentRequest
Link copied to clipboard
fun SetDocumentContentRequest(frameId: FrameId, html: String)

Properties

frameId
Link copied to clipboard
val frameId: FrameId
Frame id to set HTML for.
html
Link copied to clipboard
val html: String
HTML content to set.

Sources

jvm source
Link copied to clipboard